From: Paul Eggert Date: Wed, 3 Aug 2011 05:24:30 +0000 (-0700) Subject: * xdisp.c (compute_display_string_pos): Remove unused local. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2654 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=210bfc1110ccaa0851bd8c55fc1952a1cef6f5f0;p=emacs.git * xdisp.c (compute_display_string_pos): Remove unused local. --- diff --git a/src/ChangeLog b/src/ChangeLog index 03684d6a296..234c17823bd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-08-03 Paul Eggert + + * xdisp.c (compute_display_string_pos): Remove unused local. + 2011-08-02 Eli Zaretskii Fix slow cursor motion and scrolling in large buffers with diff --git a/src/xdisp.c b/src/xdisp.c index fa4b3c4f9ab..d1598e5ed40 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -3163,7 +3163,6 @@ compute_display_string_pos (struct text_pos *position, EMACS_INT lim = (charpos < eob - MAX_DISP_SCAN) ? charpos + MAX_DISP_SCAN : eob; struct text_pos tpos; - struct buffer *b; *disp_prop_p = 1;